home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000187_kb@cs.umb.edu_Fri Jan 28 01:32:47 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  1KB

  1. Received: from terminus.cs.umb.edu by cs.umb.edu with SMTP id AA21586
  2.   (5.65c/IDA-1.4.4 for <tex-k-exp@cs.umb.edu>); Fri, 28 Jan 1994 06:32:48 -0500
  3. Received: by terminus.cs.umb.edu id AA23722
  4.   (5.65c/IDA-1.4.4 for tex-k); Fri, 28 Jan 1994 06:32:47 -0500
  5. Date: Fri, 28 Jan 1994 06:32:47 -0500
  6. From: "K. Berry" <kb@cs.umb.edu>
  7. Message-Id: <199401281132.AA23722@terminus.cs.umb.edu>
  8. To: worsch@ira.uka.de
  9. Subject: Re:  web2c-6.0: need your advice for debugging
  10. Cc: tex-k@cs.umb.edu
  11.  
  12. I suspect the crash in opendir is a function of exactly
  13. how the files are arranged on your system. I suggest trying
  14. GNU malloc (set malloc=gmalloc.o in kpathsea).
  15.  
  16. There may be a bug in the directory opening/closing, or
  17. in the way the search optimization stuff works, or almost anything
  18. else, too, but there's no easy way to debug it ... you just have
  19. to plow through checking that each opendir matches a closedir,
  20. etc. Some of the debugging flags might help, or test searches
  21. at the end of elt-dirs.c.